Skip to content

E 647 update sdk in cli#38

Merged
nainglinnkhant merged 4 commits into
mainfrom
e-647-update-sdk-in-cli
Oct 3, 2025
Merged

E 647 update sdk in cli#38
nainglinnkhant merged 4 commits into
mainfrom
e-647-update-sdk-in-cli

Conversation

@nainglinnkhant

@nainglinnkhant nainglinnkhant commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

Note

Switches CLI from vector-store to store throughout, updates to @mixedbread/sdk v0.31.1, and aligns APIs, utils, docs, and tests with the new stores interface.

  • CLI/Commands:
    • Rename and rewire all commands from vector-store to store (create, list, get, update, delete, upload, files/*, search, qa, sync).
    • Entry now registers createStoreCommand(); exports updated to createStoreCommand.
  • SDK/API Migration:
    • Bump @mixedbread/sdk to ^0.31.1 and replace client.vectorStores.* with client.stores.* (including files, search, QA) and parameter keys (store_identifier etc.).
    • Update types imports from resources/vector-stores to resources/stores.
  • Utils:
    • Add utils/store.ts (resolveStore, getStoreFiles) and remove usages of utils/vector-store.
    • Update completion cache, manifest, sync, upload, and sync-state to use stores APIs and identifiers.
    • Config helper renamed to resolveStoreName.
  • Docs/Changelog:
    • README paths and examples switched to store/*; changelog clarifies vsstore renames with breaking changes list.
  • Tests:
    • Update all tests to new stores API, types, and command names.
  • Misc:
    • Add changeset; lockfile updated.

Written by Cursor Bugbot for commit 0c2dae0. This will update automatically on new commits. Configure here.

@nainglinnkhant

Copy link
Copy Markdown
Contributor Author

bugbot run

cursor[bot]

This comment was marked as outdated.

@nainglinnkhant
nainglinnkhant force-pushed the e-647-update-sdk-in-cli branch from 059350e to 0c2dae0 Compare October 1, 2025 22:05
@danielwasmus

Copy link
Copy Markdown
Contributor

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!


@danielwasmus danielwasmus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nainglinnkhant
nainglinnkhant merged commit fbd76b8 into main Oct 3, 2025
4 checks passed
@nainglinnkhant
nainglinnkhant deleted the e-647-update-sdk-in-cli branch October 3, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants